home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / newproj.inf < prev    next >
Encoding:
Text File  |  2001-07-13  |  1.1 KB  |  34 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13. ROOT.CLW    $$root$$.clw
  14. ROOT.CPP    $$root$$.cpp
  15. ROOT.DEF    $$root$$.def
  16. ROOT.RC    $$root$$.rc
  17. ROOT.IDL    $$root$$.idl
  18.  
  19. RESOURCE.H    resource.h
  20. STDAFX.CPP    StdAfx.cpp
  21. STDAFX.H    StdAfx.h
  22.  
  23. -ROOTPS.DEF    $$root$$ps.def
  24. -ROOTPS.MK    $$root$$ps.mk
  25.  
  26. COM.RGS    $$COM_Class_Name$$.rgs
  27. COM.CPP    $$COM_Class_Name$$.cpp
  28. COM.H    $$COM_Class_Name$$.h
  29.  
  30. $$IF(ToolCreating)
  31. /Bitmaps
  32. =!-TOOLICON.BMP    Bitmaps\\ToolIcon.Bmp
  33. $$ENDIF
  34.